int save_fly_file(char *file)
Parameter | Type | Description |
---|---|---|
file | char * | filename for the .fly file to save |
Returns TRUE is saving is OK, FALSE on any error.
This function saves the .fly file that represents the current loaded level. The .fly file is a .ini like text file and includes information on all plug-ins used in the level together with all objects defined in each plug-in and its parameters.